home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CU Amiga Super CD-ROM 12
/
CU Amiga Magazine's Super CD-ROM 12 (1997)(EMAP Images)(GB)[!][issue 1997-07].iso
/
CUCD
/
Games
/
DestructivePoker
/
sources
/
sources.lha
/
image.cpp
< prev
next >
Wrap
C/C++ Source or Header
|
1997-02-13
|
347b
|
19 lines
/*
image.cpp
V1.00 - 211196 Kimmo Teräväinen
----- ------ ----------------
Look image.h
*/
#include "image.h"
#ifdef _Windows
DEFINE_RESPONSE_TABLE1(cImage,TWindow)
EV_WM_PAINT,
EV_WM_LBUTTONDOWN,
EV_WM_LBUTTONDBLCLK,
EV_COMMAND(IDOK, Dummy),
EV_COMMAND(IDCANCEL, Dummy),
END_RESPONSE_TABLE;
#endif